home *** CD-ROM | disk | FTP | other *** search
- package java.awt;
-
- import java.awt.image.BufferStrategy;
-
- class Component$SingleBufferStrategy extends BufferStrategy {
- private BufferCapabilities caps;
- // $FF: synthetic field
- final Component this$0;
-
- public Component$SingleBufferStrategy(Component var1, BufferCapabilities var2) {
- this.this$0 = var1;
- this.caps = var2;
- }
-
- public BufferCapabilities getCapabilities() {
- return this.caps;
- }
-
- public Graphics getDrawGraphics() {
- return this.this$0.getGraphics();
- }
-
- public boolean contentsLost() {
- return false;
- }
-
- public boolean contentsRestored() {
- return false;
- }
-
- public void show() {
- }
- }
-